1/*
2 * Copyright 2018, Your Name <your@email.address>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef _H
6#define _H
7
8
9#include <SupportDefs.h>
10
11
12class {
13public:
14
15private:
16
17};
18
19
20#endif // _H
21